home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / main.swf / scripts / DefineButton2_500 / BUTTONCONDACTION on(press).as next >
Text File  |  2001-06-06  |  432b  |  15 lines

  1. on(press){
  2.    if(_root.stanU == "rower")
  3.    {
  4.       startDrag(_root.mc_mainElemR.mc_elementyR.mc_s4,0);
  5.       px = _root.mc_mainElemR.mc_elementyR.mc_s4._x;
  6.       py = _root.mc_mainElemR.mc_elementyR.mc_s4._y;
  7.    }
  8.    if(_root.stanU == "zaglowka")
  9.    {
  10.       startDrag(_root.mc_mainElem.mc_elementy.mc_s4,0);
  11.       px = _root.mc_mainElem.mc_elementy.mc_s4._x;
  12.       py = _root.mc_mainElem.mc_elementy.mc_s4._y;
  13.    }
  14. }
  15.